[]
Gets the index of the specified item.
public override int IndexOf(T item)
Public Overrides Function IndexOf(item As T) As Integer
| Type | Name | Description |
|---|---|---|
| T | item | The item to look for. |
| Type | Description |
|---|---|
| int | The index of the item. |